-- card: 13791 from stack: in -- bmap block id: 13979 -- flags: 0000 -- background id: 2585 -- name: Briefing Room ----- HyperTalk script ----- on mouseEnter put "Briefing Room" & return & "click on a topic to see more" into fld "Tell" end mouseEnter on mouseLeave put empty into fld "Tell" end mouseLeave on openCard global startFlag set cursor to busy set lockscreen to true if startFlag is "yes" then show cd fld "briefing 01 01" show cd btn "Title hiliter" hide cd btn "briefing 01 01hiliter" hide cd fld "introduction" hide cd btn "introductionHiliter" hide cd fld "How To Navigate" hide cd btn "How To NavigateHiliter" hide cd fld "additional resources" hide cd btn "additional resourcesHiliter" hide cd fld "references" hide cd btn "referencesHiliter" hide cd fld "Missing Products" hide cd fld "about this guide" hide cd fld "who created this guide" end if put "No" into startFlag unlock screen end openCard on closeCard set lockscreen to true show cd fld "briefing 01 01" show cd btn "Title hiliter" hide cd btn "briefing 01 01hiliter" hide cd fld "introduction" hide cd btn "introductionhiliter" hide cd fld "How To Navigate" hide cd btn "How To Navigatehiliter" hide cd fld "additional resources" hide cd btn "additional resourceshiliter" hide cd fld "references" hide cd btn "referenceshiliter" hide cd fld "Missing Products" hide cd fld "about this guide" hide cd fld "who created this guide" unlock screen end closeCard -- part 35 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=0 top=0 right=279 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 28 (field) -- low flags: 81 -- high flags: 2000 -- rect: left=148 top=70 right=222 bottom=361 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 156 -- text size: 18 -- style flags: 0 -- line height: 24 -- part name: references ----- HyperTalk script ----- on mouseUp --∆ select and highlight line put SelectionAndHiliter() into lineNumber --∆ Convert line number to the contents of the line do "put line " & lineNumber & " of " & name of me & " into name" --∆ test for empty selection if name is "" then play cymbal answer "Click directly on your choice" with "Try again!" exit mouseUp end if --∆ test for slide title selection if name is "References:" then play cymbal answer "Click directly on a choice below" with "Try again!" exit mouseUp end if --∆ slide projector noise Fplay "slideProjector" --∆ get the next topic screen or return to main slide set lockscreen to true if name is "How To Use This Stack" then go cd "navigation helper" else hide cd fld "references" hide cd btn "referenceshiliter" hide cd btn "Title hiliter" if name is "Return To Main Slide..." then put "briefing 01 01" into name show cd btn "briefing 01 01hiliter" show cd btn "Title hiliter" end if show cd fld name end if unlock screen with visual effect iris close very fast to black end mouseUp on mouseEnter put "Briefing Field" & return & "click on a topic" into fld "Tell" changeCurs 6069 end mouseEnter on mouseleave put empty into fld "Tell" changeCurs 69 end mouseLeave -- part 27 (button) -- low flags: 80 -- high flags: 4000 -- rect: left=149 top=99 right=123 bottom=357 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: referencesHiliter ----- HyperTalk script ----- on mouseUp hide me click at the clickLoc end mouseUp on mouseEnter put "Topic Highlighter" & return & "the last topic chosen" into fld "Tell" changeCurs 6069 end mouseEnter on mouseleave put empty into fld "Tell" changeCurs 69 end mouseLeave -- part 1 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=0 top=44 right=302 bottom=103 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp set cursor to busy set lockscreen to true go to cd "Lobby" unlock screen with zoom open slowly end mouseUp On mouseDown Global ClickSND play ClickSND End mouseDown on mouseLeave put empty into fld "Tell" changeCurs 69 end mouseLeave on mouseEnter changeCurs 6069 put "Go to Lobby" & return & "use building navigation" into fld "Tell" end mouseEnter -- part 14 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=42 top=302 right=342 bottom=85 -- title width / last selected line: 0 -- icon id / first selected line: 21375 / 21375 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Mask ----- HyperTalk script ----- on mouseEnter put "Orientation Briefing Button" & return & "the current card" into fld "Tell" changeCurs 6069 end mouseEnter On mouseDown global ButtonSND play ButtonSND End mouseDown on mouseLeave put empty into fld "Tell" changeCurs 69 end mouseLeave -- part 19 (field) -- low flags: 01 -- high flags: 2000 -- rect: left=148 top=70 right=200 bottom=357 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 156 -- text size: 18 -- style flags: 0 -- line height: 24 -- part name: briefing 01 01 ----- HyperTalk script ----- on mouseUp --∆ select and highlight line put SelectionAndHiliter() into lineNumber --∆ Convert line number to the contents of the line do "put line " & lineNumber & " of " & name of me & " into name" --∆ test for empty selection if name is "" then play cymbal answer "Click directly on your choice" with "Try again!" set hilite of cd button "briefing 01 01hiliter" to false exit mouseUp end if --∆ test for slide title selection if name is "Select A Topic:" then play cymbal answer "Click directly on a choice below" with "Try again!" exit mouseUp end if --∆ slide projector noise play "videopen" Fplay "SlideProjector" --∆ get the next topic screen set lockscreen to true hide cd fld "briefing 01 01" hide cd btn "briefing 01 01hiliter" if name is "about this guide" then hide cd btn "Title Hiliter" show cd fld name unlock screen with visual effect iris close very fast to black end mouseUp on mouseEnter put "Briefing Screen" & return & "click on a topic to see" into fld "Tell" changeCurs 6069 end mouseEnter on mouseleave put empty into fld "Tell" changeCurs 69 end mouseLeave -- part 20 (button) -- low flags: 80 -- high flags: 4000 -- rect: left=149 top=172 right=195 bottom=357 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: briefing 01 01hiliter ----- HyperTalk script ----- on mouseUp hide me click at the clickLoc end mouseUp on mouseEnter put "Topic Highlighter" & return & "the last topic chosen" into fld "Tell" changeCurs 6069 end mouseEnter on mouseleave put empty into fld "Tell" changeCurs 69 end mouseLeave -- part 21 (field) -- low flags: 81 -- high flags: 2000 -- rect: left=149 top=70 right=198 bottom=357 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 156 -- text size: 18 -- style flags: 8192 -- line height: 24 -- part name: introduction ----- HyperTalk script ----- on mouseUp --∆ select and highlight line put SelectionAndHiliter() into lineNumber --∆ Convert line number to the contents of the line do "put line " & lineNumber & " of " & name of me & " into name" --∆ test for empty selection if name is "" then play cymbal answer "Click directly on your choice" with "Try again!" set hilite of cd button "introductionhiliter" to false exit mouseUp end if --∆ test for slide title selection if name is "Introductory Topics:" then play boing answer "Click directly on a choice below" with "Try again!" exit mouseUp end if --∆ slide projector noise Fplay "slideProjector" --∆ get the next topic screen or return to main slide set lockscreen to true if name is "The Control Panel" then go cd "navigation helper" else hide cd fld "introduction" hide cd btn "introductionhiliter" hide cd btn "Title hiliter" if name is "Return To Main Slide..." then put "briefing 01 01" into name show cd btn "briefing 01 01hiliter" show cd btn "Title hiliter" end if show cd fld name end if unlock screen with visual effect iris open end mouseUp on mouseEnter put "Briefing Field" & return & "click on a topic" into fld "Tell" changeCurs 6069 end mouseEnter on mouseleave put empty into fld "Tell" changeCurs 69 end mouseLeave -- part 22 (field) -- low flags: 81 -- high flags: 2000 -- rect: left=149 top=70 right=206 bottom=358 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 156 -- text size: 18 -- style flags: 0 -- line height: 24 -- part name: How To Navigate ----- HyperTalk script ----- on mouseUp global lastSelection --∆ select and highlight line put SelectionAndHiliter() into lineNumber --∆ Convert line number to the contents of the line do "put line " & lineNumber & " of " & name of me & " into name" --∆ test for empty selection if name is "" then play cymbal answer "Click directly on your choice" with "Try again!" set hilite of cd button "navigation toolshiliter" to false exit mouseUp end if --∆ test for slide title selection if name is "How To Navigate:" then play cymbal answer "Click directly on a choice below" with "Try again!" exit mouseUp end if --∆ hold on to the last slide shown put name into lastSelection --∆ get the next topic screen or return to main slide set lockscreen to true if name is "HyperCard Basics" then go stack "Help" else if name is "The Control Panel" then go cd "navigation helper" else hide cd fld "How To Navigate" hide cd btn "How To Navigatehiliter" hide cd btn "Title hiliter" if name is "Return To Main Slide..." then put "briefing 01 01" into name show cd btn "briefing 01 01hiliter" show cd btn "Title hiliter" end if show cd fld name end if end if unlock screen with visual effect iris close very fast to black end mouseUp on mouseEnter put "Briefing Field" & return & "click on a topic" into fld "Tell" changeCurs 6069 end mouseEnter on mouseleave put empty into fld "Tell" changeCurs 69 end mouseLeave On mouseDown Fplay "slideProjector" End mouseDown -- part 23 (button) -- low flags: 80 -- high flags: 4000 -- rect: left=149 top=148 right=171 bottom=356 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: introductionhiliter ----- HyperTalk script ----- on mouseUp hide me click at the clickLoc end mouseUp -- part 24 (button) -- low flags: 80 -- high flags: 4000 -- rect: left=149 top=124 right=147 bottom=357 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: How To Navigatehiliter ----- HyperTalk script ----- on mouseUp hide me click at the clickLoc end mouseUp -- part 25 (field) -- low flags: 81 -- high flags: 2000 -- rect: left=149 top=69 right=220 bottom=358 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 156 -- text size: 18 -- style flags: 0 -- line height: 24 -- part name: additional resources ----- HyperTalk script ----- on mouseUp --∆ select and highlight line put SelectionAndHiliter() into lineNumber --∆ Convert line number to the contents of the line do "put line " & lineNumber & " of " & name of me & " into name" --∆ test for empty selection if name is "" then play cymbal answer "Click directly on your choice" with "Try again!" set hilite of cd button "additional resourceshiliter" to false exit mouseUp end if --∆ test for slide title selection if name is "Additional Resources:" then play cymbal answer "Click directly on a choice below" with "Try again!" exit mouseUp end if --∆ slide projector noise Fplay "slideProjector" --∆ get the next topic screen or return to main slide set lockscreen to true if name is "How To Use This Stack" then go cd "navigation helper" else hide cd fld "additional resources" hide cd btn "additional resourceshiliter" hide cd btn "Title hiliter" if name is "Return To Main Slide..." then put "briefing 01 01" into name show cd btn "briefing 01 01hiliter" show cd btn "Title hiliter" end if show cd fld name end if unlock screen with visual effect iris close fast to black end mouseUp on mouseEnter put "Briefing Field" & return & "click on a topic" into fld "Tell" changeCurs 6069 end mouseEnter on mouseleave put empty into fld "Tell" changeCurs 69 end mouseLeave -- part 26 (button) -- low flags: 80 -- high flags: 4000 -- rect: left=149 top=170 right=194 bottom=357 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: additional resourcesHiliter ----- HyperTalk script ----- on mouseUp hide me click at the clickLoc end mouseUp -- part 31 (field) -- low flags: 81 -- high flags: 2007 -- rect: left=0 top=29 right=304 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 156 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Textual Description ----- HyperTalk script ----- on mouseUp if the visible of cd fld "Textual Description" then hide cd fld "Textual Description" show cd fld "How To Navigate" show cd btn "How To Navigatehiliter" show cd btn "Title hiliter" else show cd fld "Textual Description" end if end mouseUp on mouseEnter put "Textual Description" & return & "click to close" into fld "Tell" end mouseEnter on mouseLeave put empty into fld "Tell" end mouseLeave on mouseDown Fplay "slideProjector" end mouseDown -- part 29 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=32 top=55 right=326 bottom=490 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 156 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: who created this guide ----- HyperTalk script ----- on mouseUp Fplay "slideProjector" if the visible of cd fld "who created this guide" then hide cd fld "who created this guide" show cd fld "references" show cd btn "referenceshiliter" show cd btn "Title hiliter" else show cd fld "who created this guide" end if end mouseUp on mouseEnter changeCurs 6069 put "Credits" & return & "click text to close" into fld "Tell" end mouseEnter on mouseLeave changeCurs 69 put empty into fld "Tell" end mouseLeave -- part 36 (button) -- low flags: 00 -- high flags: 4000 -- rect: left=0 top=0 right=28 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Title Bar -- part 15 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=0 top=0 right=31 bottom=156 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 156 -- text size: 18 -- style flags: 2048 -- line height: 24 -- part name: RoomName -- part 30 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=9 top=43 right=324 bottom=506 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 156 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: About This Guide ----- HyperTalk script ----- on mouseUp Fplay "slideProjector" if the visible of cd fld "About This Guide" then hide cd fld "About This Guide" show cd fld "briefing 01 01" show cd btn "briefing 01 01hiliter" show cd btn "Title hiliter" else show cd fld "About This Guide" end if end mouseUp on mouseEnter changeCurs 6069 put "About This Guide" & return & "click text to close" into fld "Tell" end mouseEnter on mouseLeave changeCurs 69 put empty into fld "Tell" end mouseLeave -- part 37 (field) -- low flags: 81 -- high flags: 2007 -- rect: left=15 top=51 right=322 bottom=495 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 156 -- text size: 9 -- style flags: 16384 -- line height: 12 -- part name: Trademarks ----- HyperTalk script ----- on mouseUp --∆ slide projector noise Fplay "slideProjector" if the visible of cd fld "Trademarks" then hide cd fld "Trademarks" show cd fld "References" show cd btn "ReferencesHiliter" show cd btn "Title hiliter" else show cd fld "Trademarks" end if end mouseUp on mouseEnter put "Product Trademarks" & return & "click text to close" into fld "Tell" end mouseEnter on mouseLeave put empty into fld "Tell" end mouseLeave -- part 39 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=67 top=45 right=228 bottom=492 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 156 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Printed Materials ----- HyperTalk script ----- on mouseUp Fplay "slideProjector" if the visible of cd fld "Printed Materials" then hide cd fld "Printed Materials" show cd fld "Additional Resources" show cd btn "Additional ResourcesHiliter" show cd btn "Title hiliter" else show cd fld "Printed Materials" end if end mouseUp on mouseEnter changeCurs 6069 put "Missing Products" & return & "click text above to close" into fld "Tell" end mouseEnter on mouseLeave changeCurs 69 put empty into fld "Tell" end mouseLeave -- part 40 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=38 top=55 right=223 bottom=488 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 156 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Electronic Materials ----- HyperTalk script ----- on mouseUp Fplay "slideProjector" if the visible of cd fld "Electronic Materials" then hide cd fld "Electronic Materials" show cd fld "Additional Resources" show cd btn "Additional ResourcesHiliter" show cd btn "Title hiliter" else show cd fld "Electronic Materials" end if end mouseUp on mouseEnter changeCurs 6069 put "Missing Products" & return & "click text above to close" into fld "Tell" end mouseEnter on mouseLeave changeCurs 69 put empty into fld "Tell" end mouseLeave -- part 41 (button) -- low flags: 00 -- high flags: 4000 -- rect: left=149 top=75 right=99 bottom=357 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Title Hiliter ----- HyperTalk script ----- on mouseEnter put "Briefing Screen" & return & "click on a topic below" into fld "Tell" end mouseEnter on mouseleave put empty into fld "Tell" end mouseLeave end mouseUp -- part 38 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=38 top=55 right=279 bottom=506 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 156 -- text size: 14 -- style flags: 0 -- line height: 18 -- part name: Missing Products ----- HyperTalk script ----- on mouseUp Fplay "slideProjector" if the visible of cd fld "Missing Products" then hide cd fld "Missing Products" show cd fld "Additional Resources" show cd btn "Additional ResourcesHiliter" show cd btn "Title hiliter" else show cd fld "Missing Products" end if end mouseUp on mouseEnter changeCurs 6069 put "Missing Products" & return & "click text above to close" into fld "Tell" end mouseEnter on mouseLeave changeCurs 69 put empty into fld "Tell" end mouseLeave -- part contents for card part 15 ----- text ----- Briefing Room -- part contents for card part 19 ----- text ----- Select A Topic: About This Guide How To Navigate Additional Resources References -- part contents for card part 21 ----- text ----- Introductory Topics: About This Guide The Control Panel Return To Main Slide... -- part contents for card part 29 ----- text ----- THE PEOPLE WHO HELPED CREATE THIS GUIDE: MANAGEMENT TEAM: Mike Zivkovic, J. W. Swartz DESIGN TEAM: Jennie Gale, Jonathan Gibson, Bill Klaus, Victor Lee, Bob McNinch, J. W. Swartz, Ted Tripp, Mike Zivkovic. KEY CONTRIBUTORS: Issac Arbel, Chris Bryant, Fred Bullock, Rich Cates, the famous Al Cini, Garth Convoy of Pacer, Lance Cowell, Barry Day, Frank Dibbel, Robin Gold of Forbes Mill Press, Marty Halland, Hugh Hempel, Peter Hirshberg, Jacob Kandathil, Ray Kaupp, Chris Kemperer, Dave Kulbarsh, Gary Lieber, John Magyari of Blast, Karl May, Joyce Mason, Pam McQuesten, Jeff Meyer, Greg Merrell, Sonny Najera, Roger Springall, Linda Stone, Christine Thompson, Richard Vargas, Peter Watkins, Sam Wood. -- part contents for card part 30 ----- text ----- ABOUT THIS GUIDE: Take the time to read this, it will improve your understanding. This guide displays some of the many solutions available today for integrating Macintosh computers into multi-vendor computer environments. This is a sampler of just some of the many alternatives and is not intended to show all of the solutions available or all of the environments where the Macintosh computer can be integrated. Collapsing the seven layer OSI communications model to three layers, the stack displays various levels of information about the components needed to integrate a Macintosh computer into several computing environments. The top floor of the building contains the rooms where applications can be seen, the rooms showing networking services are on the second floor, and hardware solutions can be found in the rooms on the first floor. The focal point of the stack is the connectivity rooms where you can scan through and select products for both the Macintosh and host computers. You can quickly see the level of integration and highlights for each product and then either move to a deeper level of information or on to another combination of products. -- part contents for card part 25 ----- text ----- Additional Resources: Printed Materials Electronic Materials Missing Products Return To Main Slide... -- part contents for card part 28 ----- text ----- References: Trademarks Who Created This Guide Return To Main Slide... -- part contents for card part 22 ----- text ----- How To Navigate: HyperCard Basics The Control Panel Textual Description Return To Main Slide... -- part contents for card part 31 ----- text ----- CONTROL PANEL NAVIGATION: At the bottom of the screen is a series of nine buttons that aid in navigating through the stack. From left to right they function as follows: 1. Stop - Selecting the “Stop” sign lets you exit the stack (go home) or quit HyperCard entirely. 2. Executive Briefing Center - The compass rose can be clicked to move immediatly to the executive briefing center where this guide and the navigation tools are described in more detail. 3. Glossary - The dictionary can be clicked to look up the definition of a term used in the stack that you do not fully understand. 4. Printer - The printer can be clicked to print a copy of the HyperCard window as it appears at the time you click. 5. Help Description - This is where the short help information appears when you move the cursor over a selectable area. It is not a selectable button. 6. Product Outline Finder - Clicking this button takes you to the heiarchical product locator where you can view products by host environment and solution area. 7. Lobby - The lobby button will take you to the lobby of the building metphore. 8. Interoperability Matrix - Selecting this button takes you directly to the Interoperability Matrix allowing you to select a new environment/solution combination to investigate. 9. Return - The return button takes you back to the point you just came from. There are three ways to navigate through the information in this stack: A. Using the building metaphore. B. Using the Interoperability Matrix. C. . Using the Information Outliner. A. Using the building metaphore: You can leave the lobby of the connected company in two ways; clicking on the left doorway will take you to the Executive Briefing Center where you can explore general information about this guide and related information; to the right, clicking on the computing environment you want to integrate your Macintosh computer into takes you into the Connectivitiy Elevator for that environment. Inside the elevator you can select one of the three connectivity levels. The top level (floor) contains software applications, the middle level contains network services products that permit the actual transfer of data and files between the Macintosh environment and the selected integration environment, and the bottom level contains hardware solutions that physically connect the Macintosh computer to the chosen environment. By clicking on the level you want to explore you are taken to that floor and moved into an L-shaped hallway displaying the solution areas currently included in the stack. If there are more than four solution areas available, you can move around the corner by clicking on the ‘more’ sign at the end of the hall and return by clicking on the ‘exit’ sign. To select a solution area you just click on the appropriate door and you are taken into that connectivity room. Once in the room you can click on either the Macintosh or the host computer to select from the solutions included in the stack. At this point you can change your selected solution(s) or call up a more detailed description of the solution(s) by clicking on the product name on the drawer below each computer thereby going to the product card. B. Using the Interoperability Matrix: By selecting the Interoperability Matrix button (second from right at bottom of screen) you will go to the Interoperability Matrix. The three buttons at the left let you choose an Environment and a Solution from a selection of several computer types and solution areas. After selecting an environment and/or solution, clicking the action button above the ‘Stop’ button takes the you to the chosen environment and solution room, or the chosen environment hall if only the environment was selected. The Matrix moves you to the appropriate room on the appropriate level of the building. In the lower left section of the matrix is used to search through the products included in the guide. You can scroll or do name searches to find specific products. C. Using the Outliner: The Outliner navigation tool (the outline icon, third from right at the bottom of screen) allows scanning the products in the guide categorized by specific host, environment, and solution area. At the top of card you first select Macintosh-based or host-based products. Then you select the host environment you want to integrate the Macintosh computer into. The installed solution areas will appear and by selecting a solution area all of the applications that run on the selected base that integrate to the chosen environment and satisfy the chosen solution area will appear. Clicking on a product takes you to the expanded product description in the product database. III. More Details About The Rooms: In the rooms at the Applications level, clicking on the Macintosh screen displays a list of products for the chosen solution which offer connectivity in the chosen computing environment and which run on the Macintosh. When you select a product, the stack displays summary product information. Clicking on the highlighted product name allows you to go to the Products stack for more detailed information. Clicking on the other screen displays a list of products which run on the other, or host, platform and performs the same functions for host related applications. Returning to the room, the selected product name(s) are displayed on the drawer of the desk under the respective computer(s). Once products have been chosen for both the Macintosh and host sides, the stack compares their read & write file formats and method(s) of network communication, and then displays the method of interoperability. At this point, you can get detailed product information by clicking on a highlighted product name, reconfigure (select new products) either or both sides, or descend to the Network Services or Hardware Levels. Rooms at the network services level display products that can support the network method required at the application level above. Clicking on ‘Click for Services Chooser’ lets you select the type of network service to review. Clicking on the Macintosh or host computer screen displays a list of products providing that service on either the Macintosh or the host side. The selected product name is displayed on the drawer of the desk under the respective computer(s). At this point, the user can get detailed product information by clicking on the product name, or the user can descend to the Hardware Level. In Hardware level rooms, clicking on the equipment on either side of the room displays a list of hardware products appropriate to the chosen computer. Selecting a product displays the product name on the drawer of the left desk and displays summary product information at the top of the bulletin board at the back of the room. Clicking on the product name allows the user to go to the products database for more detailed information. IV. General Information: Solution Areas supported: Communications, Engineering/CAD, Information Management, Office Productivity, Publishing, Software Development, Network Services, and Hardware. Environments supported: Digital, IBM, Mac, PC, Tandem, UNIX, Wang. Network Services supported: File Service, File Transfer, Network Management, Print Service, Terminal Emulation, Programming, Resource Sharing, Mail Service, Translation, Virtual Disk. -- part contents for card part 37 ----- text ----- TRADEMARKS: Apple, The Apple Logo, AppleShare, Macintosh, LocalTalk, AppleTalk, EtherTalk, TokenTalk are trademarks of Apple Computer, Inc.; Digital, VAX are trademarks of Digital Equipment Corporation; All other product and company names are either the trademarks or registered trademarks of their respective companies. The products listed in this stack are included for informational purposes only. Mention of the products in this stack does not constitute an endorsemant or recommendation of the product by Apple Computer, Inc. All product descriptions were provided by their respective companies. Apple assumes no responsibily with regard to the selection, performance, or use of these products. All understandings, agreements, or warranties, if any, take place directly between the vendors and the prospective users. -- part contents for card part 38 ----- text ----- MISSING PRODUCTS: This guide does not contain every product currently available, it is intended to be a sampler showing the majority of major products. If you feel strongly that an important networking and communications product is missing from the database, or if you would like to provide input for future versions of this stack, please send an AppleLink to “COOK.BOOK” with details including a telephone number and contact name for the supplier of the product. Ed. -- part contents for card part 39 ----- text ----- ADDITIONAL PRINTED MATERIALS: From Apple Computer, Inc.; Apple Multivendor Network Solutions Guide (M6198/B) Introduction to the Apple-Digital Network Environment (M6074LL/B) From Digital Equipment Corp.; DEC LanWORKS for Macintosh (EC-F0737-69) Networks & Communications Buyer’s Guide (NA) Introduction to the Apple-Digital Network Environment (EC-G0751-69) -- part contents for card part 40 ----- text ----- ADDITIONAL ELECTRONIC MATERIALS: Many of the vendors included in this guide offer their own electronic presentations and demonstrations. Please contact each company directly to request information on electronic materials. Contact your Apple representative for information on additional HyperCard stacks and other types of electronic information available. -- part contents for background part 21 ----- text ----- Exit Button click to quit or go home